--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit bfd96a98ac279551f40dd7bc16e705ab7fedba52
Parents : 19d41a1
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-08T18:41:59+02:00
Fixed (in the spatial sense) menu scroll.
Changes
Diff
diff --git a/sbapp/main.py b/sbapp/main.py
index b147338e..e7497ad3 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -350,6 +350,7 @@ class SidebandApp(MDApp):
self.root.ids.screen_manager.app = self
self.root.ids.app_version_info.text = "Sideband v"+__version__+" "+__variant__
+ self.root.ids.nav_scrollview.effect_cls = ScrollEffect
Clock.schedule_once(self.start_core, 3.5)
# Part of the focus hack fix
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────